home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 October / EnigmA AMIGA RUN 01 (1995)(G.R. Edizioni)(IT)[!][issue 1995-10][Aminet 7].iso / Aminet / gfx / fract / fu1_61.lha / Formulas / Tri30.Form < prev    next >
Text File  |  1994-04-13  |  179b  |  27 lines

  1. Tri30
  2. {
  3.     {
  4.         mirrorx
  5.         x1=-8.0
  6.         x2= 6.0
  7.         y1=-6.5
  8.         y2= 6.5
  9.         bailout=2.0
  10.     }
  11.     {
  12.         c=pixel
  13.         z=pixel
  14.     }
  15.     {
  16.         t=sin(c)
  17.         z=pow(t,z)
  18.         z=z+c
  19.         w=abs(z)
  20.     }
  21.     {
  22.         w>bailout
  23.     }
  24.     {
  25.     }
  26. }
  27.